home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / frame_250 / DoAction.as < prev   
Text File  |  2012-04-23  |  201b  |  12 lines

  1. scalemovie -= movescale;
  2. frames -= 1;
  3. if(frames <= 6)
  4. {
  5.    setProperty("slingshotf", _visible, 1);
  6.    setProperty("slingshot", _visible, 0);
  7. }
  8. if(timer >= tottimer)
  9. {
  10.    gotoAndPlay(421);
  11. }
  12.